MemGraph v2.0 -a bar graph of memory and resource usage by Bruce Adelsman (c) 1992 A bar graph of your Windows memory and resource usage. The graphs are broken down into colors zones: The first half is green, next third is yellow and the final zone is red. A swap disk threshold line is drawn for systems configure with one. MemGraph can perform the following functions: o Display a bar graph of the available memory o Display a bar graph of the available RAM o Display a bar graph of available RAM and swap disk memory. o Display a bar graph of the free system resources o Display a statistics line showing the available memory and resources o Compact Windows memory Total memory can be defined automatically or manually. If you run in 386 enhanced then you may specifiy swap disk options. Installation and Usage: Copy MEMGRAPH.EXE to your WINDOWS directory (or any other directory in your path). Place a reference to the program on your LOAD= line in your WIN.INI file. Example: [windows] load=MEMGRAPH.EXE Alternately, run the application from the Program Manager. To set options, click once on the MemGraph icon and choose Options.... Note: This program can maintain a WIN.INI profile section similar to the one below. [MemGraph] TotalRam=3712 SwapDiskSize=3072 SwapDiskDisplay=0 UpdateInterval=1 StatsLine=1 Note: all memory values are listed in kilobytes Total Ram - the total memory (RAM) available under Windows. For example, a 640K machine with 3 meg of extended RAM would be: 640K + 3072K = 3712K. (Do not include the swap disk size here). If you do not set total Ram value then MEMGRAPH will attempt to guess the memory. [Default is zero] SwapDiskSize -the total size of the swap disk. This value must be specified if you have a swap disk and desired an accurate display. [Defaullt is zero] SwapDiskDisplay -if 1, include the swap disk in the bar graph display (a black line will denote the boundary between RAM and the swap disk). If the value is 0, do not include the swap disk on the display. [Default is zero] UpdateInterval -the frequency (in seconds) of the bar graph and stat line updates. [Default is 1] StatsLine -toggles whether or not to display the statistics as the window text. [Default is 1 (on)] That's it. I Hope that you enjoy the program. MemGraph is a public domain program and may be freely distributed. Drop me a line on Prodigy (CPNN64A) or America Online (BAdelsman) and pass along any comments. Program history: Version 1.0: -First release Version 2.0: -Major enhancements -background color changed from white to gray -split the display to show free resources along with free memory -display can now be either an icon or a window -memory compaction moved to the menu (instead of double clicking) -statistics line option -several cosmetic bugs